Skip to content

I cant build it in windows nodejs in Windows #349

@ffoliveira

Description

@ffoliveira

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions