Closed alexsenatore closed 3 years ago
:tada: This issue has been resolved in version 3.9.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
this same error has returned in 2021:
> npm install plugnplay
npm WARN deprecated require-subvert@0.1.0: no longer maintained
npm ERR! code 1
npm ERR! path C:\Users\mcmonkeys1\myproject\node_modules\plugnplay
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c npm run build
npm ERR! > plugnplay@3.13.0 build
npm ERR! > rimraf lib && flow-remove-types --all src/ --out-dir lib/ && copy ./src/**/plugnplay.yml lib && flow-copy-source src lib
npm ERR!
npm ERR! The syntax of the command is incorrect.
npm ERR! src\PluginLoaderBase.js
npm ERR! ↳ lib\PluginLoaderBase.js
npm ERR! src\PluginLoaderFactory.js
npm ERR! ↳ lib\PluginLoaderFactory.js
npm ERR! src\PluginManager.js
npm ERR! ↳ lib\PluginManager.js
npm ERR! src\PluginTypeLoaderBase.js
npm ERR! ↳ lib\PluginTypeLoaderBase.js
npm ERR! A complete log of this run can be found in:
...
The above release @3.9.0 has the same issue aslo
I tried to run the installation of ContentaJS, which depends on plugnplay@3.5.0 on Windows. During "npm install" execution I'm getting the following error.
Looks like that
plugnplay
is not using therimraf
module but the UNIXrm
command also on Windows.