Skip to content

When running browserify command, "Cannot find module" if using wildcards in Windows #1170

@awvalenti

Description

@awvalenti

When I run on Windows:

  • browserify *.js -o bundle.js

It says:

  • Cannot find module 'C:\myproject*.js' from 'C:\myproject'

It also happens using **/*.js. It only happens on normal cmd, not on Git Bash, which simulates UNIX environment.

Seems to be the same problem as #865. But I'm not using Azure environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions