We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node scripts/build.js
4145 warn [email protected] No repository field. 4146 warn optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents): 4147 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) 4148 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin 4148 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any 4148 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: win32 4148 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64 4149 verbose stack Error: [email protected] postinstall: node scripts/build.js 4149 verbose stack Exit status 1 4149 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16) 4149 verbose stack at EventEmitter.emit (events.js:182:13) 4149 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) 4149 verbose stack at ChildProcess.emit (events.js:182:13) 4149 verbose stack at maybeClose (internal/child_process.js:962:16) 4149 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
The text was updated successfully, but these errors were encountered:
This works for me on windows. git clone... npm i
What is your npm version? Do you have these windows prerequisites
Sorry, something went wrong.
No branches or pull requests
4145 warn [email protected] No repository field.
4146 warn optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
4147 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
4148 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin
4148 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any
4148 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: win32
4148 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
4149 verbose stack Error: [email protected] postinstall:
node scripts/build.js
4149 verbose stack Exit status 1
4149 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16)
4149 verbose stack at EventEmitter.emit (events.js:182:13)
4149 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
4149 verbose stack at ChildProcess.emit (events.js:182:13)
4149 verbose stack at maybeClose (internal/child_process.js:962:16)
4149 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
The text was updated successfully, but these errors were encountered: