Open apihlaja opened 6 years ago
package.json should have os: win32 and arch: x64 defined. Then it's possible to define this as optional dependency in your project. And maybe npm gives more meaning full error messages in other situations as well.
package.json
os: win32
arch: x64
npm
package.json
should haveos: win32
andarch: x64
defined. Then it's possible to define this as optional dependency in your project. And maybenpm
gives more meaning full error messages in other situations as well.