You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're receiving one of the following errors, there was an issue installing the package.
Error: Could not find the "utimes.node" file. See: https://github.com/baileyherbert/utimes/issues/12
Error: Could not find the "utimes" binary
Solution
Please try the following steps to resolve the issue:
Make sure you're not installing with the --ignore-scripts flag.
Update the package to the latest version with npm update utimes
Delete the node_modules directory and run npm install again. Check the output carefully for any errors related to utimes.
Try running npm install utimes --force --no-save and check the output for errors.
Open a terminal inside node_modules/utimes, run npm run build, and check for errors.
If it's still not working, please post here or open a new issue and include both your operating system and the installed package version (check by running npm list utimes).
Note: I host prebuilt binaries for this package on Amazon S3. If there's an Amazon outage, the package should fall back to building manually with dev tools, but this could fail if you don't have the required dependencies on your system (e.g. windows-build-tools).
The text was updated successfully, but these errors were encountered:
Error
If you're receiving one of the following errors, there was an issue installing the package.
Solution
Please try the following steps to resolve the issue:
--ignore-scripts
flag.npm update utimes
node_modules
directory and runnpm install
again. Check the output carefully for any errors related to utimes.npm install utimes --force --no-save
and check the output for errors.node_modules/utimes
, runnpm run build
, and check for errors.If it's still not working, please post here or open a new issue and include both your operating system and the installed package version (check by running
npm list utimes
).Note: I host prebuilt binaries for this package on Amazon S3. If there's an Amazon outage, the package should fall back to building manually with dev tools, but this could fail if you don't have the required dependencies on your system (e.g.
windows-build-tools
).The text was updated successfully, but these errors were encountered: