You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while migration packages from bower to npm I just registered that the version 4.0.0 in npm (npm install qwery@^4.0.0) is not the same version as 4.0.0 (bower install qwery) in bower and git.
When I use the 4.0.0 in npm, I get a lot "DOM EXCEPTION 12" Errors.
To fix this I added the following to my package.json
Hi,
while migration packages from
bower
tonpm
I just registered that the version 4.0.0 in npm (npm install qwery@^4.0.0
) is not the same version as 4.0.0 (bower install qwery
) in bower and git.When I use the 4.0.0 in npm, I get a lot "DOM EXCEPTION 12" Errors.
To fix this I added the following to my
package.json
The text was updated successfully, but these errors were encountered: