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

Installation error with WebDevToolkit setup on Windows 10 #9

Open
meghnapradhanhcl opened this issue Feb 16, 2021 · 2 comments
Open

Comments

@meghnapradhanhcl
Copy link

meghnapradhanhcl commented Feb 16, 2021

BijayaError
Installation is failing, not sure about the reason, already verified the path variables are set correctly to C:\Users\username\AppData\Roaming\npm
C:\Program Files\nodejs

The "npm -v" is 6.14.6 and "node -v" is v12.18.3

@meghnapradhanhcl
Copy link
Author

Tried uninstalling and installing but still getting the same error:-
C:\Users\bijayalaxmi.l\Documents\software\digexp-toolkit-2.0.0>npm uninstall -g
npm WARN deprecated fsevents@2.1.3: "Please update to latest v2.3 or v2.2"
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\digexp-toolkit\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

removed 1 package in 2.28s

C:\Users\bijayalaxmi.l\Documents\software\digexp-toolkit-2.0.0>npm install -g
npm WARN deprecated fsevents@2.1.3: "Please update to latest v2.3 or v2.2"
C:\Users\bijayalaxmi.l\AppData\Roaming\npm\dxdashboard -> C:\Users\bijayalaxmi.l\AppData\Roaming\npm\node_modules\digexp-toolkit\bin\dxdashboard
C:\Users\bijayalaxmi.l\AppData\Roaming\npm\dxwcmdesigns -> C:\Users\bijayalaxmi.l\AppData\Roaming\npm\node_modules\digexp-toolkit\bin\dxwcmdesigns
C:\Users\bijayalaxmi.l\AppData\Roaming\npm\dxsync -> C:\Users\bijayalaxmi.l\AppData\Roaming\npm\node_modules\digexp-toolkit\bin\dxsync
C:\Users\bijayalaxmi.l\AppData\Roaming\npm\sp -> C:\Users\bijayalaxmi.l\AppData\Roaming\npm\node_modules\digexp-toolkit\bin\sp
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules\digexp-toolkit\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

  • digexp-toolkit@2.0.0
    added 1 package in 1.741s

@SharikaNandakumar
Copy link

Try to remove node_modules folder or run "npm unlink" command to remove any symbolic links

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