Running with --no-bin-links fixed it for me: npm install --no-bin-links. --no-bin-links tells npm to not create any symbolic links.
確定! 回上一頁