Мне нужна помощь по вопросам установки каркаса фундамента - PullRequest
0 голосов
/ 27 мая 2020

Вот уже 3 дня я пытаюсь запустить фундамент на моем P C (windows 10 x64), но он не работает.

Я следил за документацией на их веб-сайте, но это не так. не работает.

Я понизил версию с node12 до node8, и установка foundation-cli прошла нормально.

Но при запуске «Foundation new» он говорит: «Модули узлов не установлены», с возможностью запустите "npm install", указанное на терминале

what is shown interest terminal

I ran "npm i" as I was instructed to do from my previous question. After the "npm i" some of the output on the terminal were OK but down the terminal I got some warnings and vulnerabilities as shown on the code and pictures below

> node-sass@4.13.0 install C:\Users\Paschal Collins\fsite\node_modules\node-sass
> node scripts/install.js

Cached binary found at C:\Users\Paschal Collins\AppData\Roaming\npm-cache\node-sass\4.13.0\win32-x64-57_binding.node

> core-js@2.6.10 postinstall C:\Users\Paschal Collins\fsite\node_modules\core-js
> node postinstall || echo "ignore"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> node-sass@4.13.0 postinstall C:\Users\Paschal Collins\fsite\node_modules\node-sass
> node scripts/build.js

Binary found at C:\Users\Paschal Collins\fsite\node_modules\node-sass\vendor\win32-x64-57\binding.node
Testing binary
Binary is fine

> gifsicle@3.0.4 postinstall C:\Users\Paschal Collins\fsite\node_modules\gifsicle
> node lib/install.js

  √ gifsicle pre-build test passed successfully

> jpegtran-bin@3.2.0 postinstall C:\Users\Paschal Collins\fsite\node_modules\jpegtran-bin
> node lib/install.js

  √ jpegtran pre-build test passed successfully

> optipng-bin@3.1.4 postinstall C:\Users\Paschal Collins\fsite\node_modules\optipng-bin
> node lib/install.js

  √ optipng pre-build test passed successfully
npm WARN rollback Rolling back readable-stream@2.3.6 failed (this is probably harmless): EPERM: operation not permitted, lstat 'C:\Users\Paschal Collins\fsite\node_modules\fsevents\node_modules'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

added 1362 packages from 909 contributors and audited 1431 packages in 302.84s
found 989 vulnerabilities (946 low, 24 moderate, 19 high)
  run `npm audit fix` to fix them, or `npm audit` for details

что было показано на моем экране после запуска npm install

Как мне go об этом?

...