Skip to content

Cannot compile from source (missing dependency: Globalize) #4

Description

@LinqLover

I tried to debug the visual in order to investigate #3, but after running npm install and pbiviz start, I get the following error when the first recompilation is performed:

This dependency was not found:

* Globalize in ./.tmp/build/visual.js

To install it, you can run: npm install --save Globalize

Running npm install --save Globalize gives me:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/Globalize - Not found
npm ERR! 404 
npm ERR! 404  'Globalize@latest' is not in the npm registry.
npm ERR! 404 Your package name is not valid, because
npm ERR! 404  1. name can no longer contain capital letters
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

I suppose this is an upstream dependency, do you know how to solve or work around it?

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