Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm WARN #1268

Open
forconz opened this issue Sep 15, 2018 · 3 comments
Open

npm WARN #1268

forconz opened this issue Sep 15, 2018 · 3 comments

Comments

@forconz
Copy link

forconz commented Sep 15, 2018

npm install parsleyjs

node-sass@4.7.2 install D:\Projects\Pr\src\admin2\node_modules\node-sass
node scripts/install.js

Cached binary found at C:\Users\Tao\AppData\Roaming\npm-cache\node-sass\4.7.2\win32-x64-59_binding.node

uglifyjs-webpack-plugin@0.4.6 postinstall D:\Projects\Pr\src\admin2\node_modules\uglifyjs-webpack-plugin
node lib/post_install.js

node-sass@4.7.2 postinstall D:\Projects\Pr\src\admin2\node_modules\node-sass
node scripts/build.js

Binary found at D:\Projects\Pr\src\admin2\node_modules\node-sass\vendor\win32-x64-59\binding.node
Testing binary
Binary is fine
npm WARN rollback Rolling back readable-stream@2.2.9 failed (this is probably harmless): EPERM: operation not permitted, lstat 'D:\Projects\Pr\src\admin2\node_modules\fsevents\node_modules'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules\watchpack\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

  • parsleyjs@2.8.1
    added 1975 packages in 98.552s
@forconz
Copy link
Author

forconz commented Sep 15, 2018

20180916010636

$('form[data-parsley-validate]').parsley();

when I meet this issue, I had to delete node_modules and reinstall (npm install)
I'm fed up with this problem.

@forconz
Copy link
Author

forconz commented Sep 15, 2018

20180916013236

@marcandre
Copy link
Collaborator

I'm not sure what is the issue with the log of installation. Looks like some optional install are failing, should not be an issue. In any case, these are only development dependencies (for testing), not runtime.

For the second issue, is it possible you might have multiple copies of jQuery being loaded (your error states __WEBPACK__IMPORTED_MODULE_5_jquery____default)? Is window.Parsleydefined? How aboutwindow.jQuery.fn.parsley`?

I sympathise btw, I'm struggling with packaging and dependencies trying to update the project to Babel 7...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants