-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I can't build this project in Windows
I tried to build this project in Windows 64, Node 10.16.0 and failed to build at npm run build command.
To Reproduce
Windows 10 / Node v10.16.0 / npm v6.9.0
Steps to reproduce the behavior:
npm install
- shows a lot of warnings of deprecated packages
npm run build
- error -: u not recognized as internal command.*
- i found the command date -u "+%Y-%m-%dT%H:%M" in the package.json, which appears to run only in linux systems *
- replacing the command with a constant like 202301260853 *
- show this error *
(node:11828) ExperimentalWarning: The fs.promises API is experimental
TypeError: Object.fromEntries is not a function
at Object. (f:\home\dev\nodejs\andromeda-viewer\node_modules\tailwindcss\lib\jit\corePlugins.js:242:13)
Some other similar erros occurs changing the node version
Which version can you build successfully ? Node/npm/OS ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels